Skip to main content
This forum is closed to new posts and responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

forward email with encryption

Actually, we want to implement the following process.
User A --plain message--> my account --forward with encryption --> User B (should get an encrypted message)

A. using mail rule (copy mail to)
Do you mean it is proved it doesn't work even the "encrypting mail that I sent" has checked? It really doesn't work in my case.

B. I try to use a javaagent by runtime as "after new mail has arrived" below. However, the receiver can only get a plain email even I use setEncryptOnSend(true).

try {
Session session = getSession();
AgentContext agentContext = session.getAgentContext();

Database db = agentContext.getCurrentDatabase();
DocumentCollection dc = db.getAllDocuments();
Document doc = dc.getLastDocument();

doc.setEncryptOnSend(true);
doc.send("email@email.com");
} catch (Exception e) { }


Feedback response number WEBB8DF67R created by ~Chloe Refanamanynds on 01/25/2011

forward email with encryption (~Chloe Refanama... 21.Jan.11)
. . Forwarded question to development <... (~Andy Kikisonik... 21.Jan.11)
. . Need more info (~Joseph Chugero... 21.Jan.11)
. . . . forward email with encryption (~Chloe Refanama... 25.Jan.11)
. . . . . . forward email with encription (~Sanjay Frowebe... 10.Sep.11)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS